home *** CD-ROM | disk | FTP | other *** search
- /* TreeCoord.h Copyright 1992 Steve Ludtke All Rights Reserved */
-
- #import <objc/Object.h>
- #import "gopher.h"
-
- @interface TreeCoord:Object
- {
- id object; /* points back to the GopherObj */
-
- }
-
- /* required methods */
- - start:(Root *) top :Pobject :(char *)path;
- -(char *)help:window :browser;
- -setCoord:(Branch *) branch;
- -preferences:sender;
-
- @end
-